home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_15917.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  43 lines

  1. -- card: 15917 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: Vampire bats
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   add 30 to score
  10.   put score into field "scorebox"
  11. end openCard
  12.  
  13. on mouseUp
  14.  
  15.   get field "textarea" of card "River Trail"
  16.   put it into holder
  17.   put the number of lines in field "textarea" of card "River Trail" into counter
  18.   repeat until counter = 0
  19.     get line counter of holder
  20.     if it contains "River quest" then
  21.       delete line counter of field "textarea" of card "River Trail"
  22.       put 1 into counter
  23.     end if
  24.     subtract 1 from counter
  25.   end repeat
  26.  
  27.   visual effect dissolve
  28.   go card "Mountain Trail"
  29. end mouseUp
  30.  
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. Vampire bats
  35.  
  36.  
  37. -- part contents for background part 2
  38. ----- text -----
  39. You awaken from sleep - something has disturbed your peaceful rest in the hammock. You listen. You can see nothing in the darkness. Hmmm. As you roll over to go back to sleep, you inadvertently trap three bats in the netting of the hammock. They have been quietly feasting on your fleshy feet. You've lost a pint of blood, but these critters will be making a new home at the Brookfield Zoo.
  40.  
  41. -- part contents for background part 5
  42. ----- text -----
  43. 265